From: Luc Teirlinck Date: Mon, 9 Aug 2004 18:48:23 +0000 (+0000) Subject: (kbd): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21440 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2587557836aaeb018a390ebe70556f0e8305138c;p=emacs.git (kbd): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index eb1e5e5df2f..53aef00f899 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -566,7 +566,7 @@ The order of bindings in a keymap matters when it is used as a menu." (defmacro kbd (keys) "Convert KEYS to the internal Emacs key representation. KEYS should be a string constant in the format used for -saving keyboard macros (see `insert-kbd-macro')." +saving keyboard macros (see `edmacro-mode')." (read-kbd-macro keys)) (put 'keyboard-translate-table 'char-table-extra-slots 0)